'Declaration Public Class BaseCollection(Of T As BasePersistableObject) Inherits C1.C1Schedule.C1ObservableKeyedCollection(Of Guid,T) Implements INotifyCollectionChanged
public class BaseCollection<T> : C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>, INotifyCollectionChanged where T: BasePersistableObject